public interface SeekableOutputStream extends SeekableStream
SEEK_CUR, SEEK_END, SEEK_SET
void
truncate()
write(byte[] b, int off, int len)
position, seek
void write(byte[] b, int off, int len) throws java.io.IOException
java.io.IOException
void truncate() throws java.io.IOException